html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
ol,
ul,
li,
dl,
dd,
dt,
img,
a,
input {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	border: none;
	outline: none;
}

img {
	
	border: none;
}



body {
	color: #333333;
	font-size: 15px;
	font-family: "寰蒋闆呴粦";
	padding-top:128px;
	
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}
.clearfloat:after{
	display:block;
	content:"";
	clear:both;
	visibility:hidden;
	height:0;
}

.clearfloat{
	zoom:1;
}

.left {
	float: left;
}

.right {
	float: right;
}

html,
body {
	width: 100%;
	height: 100%;
}

.header,
.footer {
	width: 100%;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w{
	width:1200px;
	margin:auto;
}

/*****header*****/
.header{
	position:fixed;
	left:0;
	right:0;
	top:0;
	background:#fff;
	z-index:99999;
	box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
}
.head_t{
	height:78px;
	padding:20px 3% 0;
}

.head_t_l{
	float:left;
}
.head_t_l .logo{
	float:left;
	width:230px;
}
.head_t_l .logo img{
	display:block;
	width:230px;
	height:30px;
}
.head_t_l p{
	float:left;
	height:30px;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #080b0f;
	line-height:30px;
	font-size:18px;
	color:#333333
}
.head_t_r{
	float:right;
	width:200px;
	text-align:center;
	font-size:14px;
	color:#333
}
.head_t_r span{
	color:#c1262d;
	font-size:18px;
	font-weight:bold;
}

.head_b{
	height:50px;
	border-top:1px solid #ddd;
	padding:0 3%
}

.nav{
	float:left;
	width:75%
}
.nav ul li{
	float:left;
	margin-right:1%;
	height:50px;
}
.nav ul li a{
	display:block;
	height:50px;
	padding:0 10px;
	line-height:50px;
	font-size:16px;
	color:#333333
}
.nav ul li a:hover{
	color:#C1262D;
}
.nav ul .on a{
	color:#C1262D;
}

.search{
	float:right;
	width:280px;
	height:30px;
	border:1px solid #ddd;
	margin-top:10px;
}

.search input{
	float:left;
	width:240px;
	height:28px;
	padding:0 5px;
}
.search .button{
	float:left;
	width:38px;
	height:28px;
	background:#c1262d;
	color:#fff
	
}

/*header1*/
.header1{
	display:none;
	position:fixed;
	left:0;
	right:0;
	top:0;
	background:#fff;
	z-index:99999;
	height:50px;
	padding:0 3%
	
}
.header1 .logo{
	float:left;
	width:150px;
	margin-top:15px;
	position:relative;
	z-index:999999
}
.header1 .logo img{
	display:block;
	width:100%;
}
.header1 .tel{
	float:right;
	margin-right:60px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background:#E71F1A;
	border-radius: 5px;
	margin-top:5px;
	position:relative;
	z-index:9999;
}
.header1 .tel a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	padding-top:4px;
}
.header1 #dl-menu ul .tec{
	background:url(../images/arrow2.png) no-repeat 95% center;
}
/****slider*****/
.slider1 ul li img{
	display:block;
	width:100%;
	height:auto;
	
}
/***********index***********/

/*pro_list*/
.pro_list{
	padding:60px 0;
}
.pro_list .slider{
	padding-top:60px;
	text-align:center;
	font-size:16px;
}
.pro_list_main h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
}
.pro_list_main img{
	display:block;
	max-width:100%;
	margin:auto;
}
.pro_list .slick-dots{
	display:none !important; 
}
.pro_list .slick-prev{
	width:23px;
	height:26px;
	background:url(../images/left.png) no-repeat center center;
	background-size:100% 100%
}
.pro_list .slick-next{
	width:23px;
	height:26px;
	background:url(../images/right.png) no-repeat center center;
	background-size:100% 100%
}

/*part1*/
.part1{
	padding:60px 0;
}

.title{
	text-align:center;
	font-size:24px;
	color:#333;
	font-weight:normal;
	padding-bottom:20px;
	background:url(../images/link.jpg) no-repeat center bottom;
}
.title span{
	font-size:16px;
	color:#333333;
	text-transform: uppercase;
}

.part1_main{
	padding-top:80px;
}
.part1_main ul li{
	float:left;
	width:23%;
	margin:0 1%;
	transition: all 0.6s;
}

.part1_t img{
	display:block;
	width:100%;
	height:auto;
}
.part1_b{
	background:#f6f6f6;
	padding:15px 3%;
	font-size:14px;
	color:#666666;
	line-height:24px;
	transition: all 0.6s;
}
.part1_b h3{
	font-size:18px;
	color:#c1262d;
	font-weight:normal;
	margin-bottom:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.part1_b h3 a{
	color:#c1262d
}
.part1_b p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.part1_b .learn{
	display:block;
	width:90px;
	height:25px;
	background:#c1262d;
	border-radius: 5px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:25px;
	margin-top:20px;
}
.part1_main ul li:hover{
	box-shadow: 2px 3px 10px rgba(0,0,0,0.3);
}

.part1_main ul li:hover .part1_b{
	background:#C1262D;
	color:#fff
}
.part1_main ul li:hover .part1_b h3 a{
	color:#fff
}
.part1_main ul li:hover .part1_b .learn{
	background:#fff;
	color:#C1262D;
}

/*part2*/
.part2{
	height:620px;
	background:url(../images/back2.jpg) no-repeat center;
	background-size:auto 100%;
	padding:60px 0;
}
.title1{
	color:#fff;
	background:url(../images/link2.jpg) no-repeat center bottom
}
.title1 span{
	color:#fff
}
.part2_main{
	padding-top:45px;
}
.part2_main .hd ul{
	text-align:center;
}
.part2_main .hd ul li{
	display:inline-block;
	margin:0 5px;
	padding:5px 10px;
	border-radius: 5px;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	cursor: pointer;
}
.part2_main .hd ul .on{
	background:#fff;
	color:#C1262D;
}

.part2_main .bd{
	padding-top:64px;
	text-align:center;
}
.part2_main .part2_box{
	float:left;
	width:33%;
	font-size:16px;
	color:#fff
}
.part2_main .part2_box .part2_img{
	background:rgba(255,255,255,0.2);
	margin-bottom:20px;
	border-radius: 5px;
}
.part2_main .part2_box .part2_img img{
	display:block;
	max-width: 100%;
	height:;
	margin:auto;
}
.part2_main span{
	float:left;
	display:block;
	margin:0 5%;
	width:24%;
	height:257px;
	font-size:72px;
	color:#fff;
	line-height:257px;
}

.more{
	display:block;
	width:120px;
	height:30px;
	background:#c1262d;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:30px;
	border-radius: 5px;
	margin:20px auto 0;
	
}
/*part3*/
.part3{
	padding:60px 0;
}
.part3_l{
	float:left;
	width:35%;
	height:440px;
	background:url(../images/back1.png) no-repeat center;
	background-size:100% 100%;
	text-align:center;
	padding:124px 5% 0;
	position:relative;
}
.part3_l .img1{
	display:block;
	max-width:100%;
	height:auto;
	margin-bottom:30px;
	
}
.part3_l h3{
	font-size:36px;
	color:#fff;
	font-weight:normal;
	letter-spacing: 6px;
}
.part3_l .img2{
	position:absolute;
	top:45%;
	right:-44px;
}
.part3_r{
	float:right;
	width:65%;
	overflow-x: hidden;
}
.part3_r video{
	display:block;
	width:100%;
	height:440px;
}
video::-webkit-media-controls-enclosure {
	    overflow:hidden;
}
video::-webkit-media-controls-panel {
     width: calc(100% + 30px);
}
audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
     overflow:hidden;
}
 
audio::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}
/*part4*/
.part4{
	padding:60px 3%;
	background:#f6f6f6;
}
.part4 .title{
	margin-bottom:40px;
}
.part4_l{
	float:left;
	width:31%;
	margin:0 1%;
	position:relative;
}
.part4_l img{
	display:block;
	width:100%;
	height:auto;
}
.part4_l p{
	display:none;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:rgba(193,38,45,0.52);
	padding:5px 3%;
	font-size:16px;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.part4_l:hover p{
	display:block;
}
.part4_c{
	float:left;
	width:31%;
	margin:0 1%;
}
.part4_c li a{
	float:left;
	display:block;
	width:75%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#333
}
.part4_c li{
	font-size:14px;
	padding:8px 0;
	border-bottom:1px dashed #ddd
}
.part4_c span{
	float:right;
	color:#999
}
.part4_c li a:hover{
	color:#c1262d;
}
.part4_r{
	float:right;
	width:31%;
	margin:0 1%;
}
.part4_c .gg{
	display:inline-block;
	margin-top:20px;
	float:right;
	font-size:14px;
	color:#c1262d;
}
.part4_c .gg:hover{
	text-decoration: underline;
}
.part4_r{
	padding:20px 3%;
	background:#fff
}
.part4_r h3{
	font-size:16px;
	color:#c1262d;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	font-weight:bold;
}
.part4_r h3 a{
	float:right;
	font-size:14px;
	color:#666;
}
.part4_r  ul{
	padding-top:10px;
}
.part4_r ul li{
	padding:5px 0;
	font-size:14px;
}
.part4_r ul li a{
	display:block;
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.part4_r ul li a:hover{
	color:#c1262d;
}
.part4_r ul li a:hover{
	color:#c1262d;
}
/*part5*/
.part5{
	display:none;
	padding:60px 0;
}
.part5 ul li{
	float:left;
	width:29%;
	margin:0 2%;
}
.part5_t{
	margin-bottom:30px;
}
.part5_t img{
	display:block;
	margin:auto;
	max-width:100%
}
.part5_b{
	text-align:center;
	font-size:14px;
	color:#666666;
	line-height:24px;
}
.part5_b h3{
	color:#333;
	font-size:16px;
	margin-bottom:8px;
}
/*part6*/
.part6{
	display:none;
	padding:60px 3% 90px;
	text-align: right;
}
.part6 ul li{
	display:inline-block;
	margin-left:10px;
}
.part6 ul li img{
	display:block;
	width:163px;
}

/*********footer********/
.footer{
	padding:30px 5% 15px;
	background:#999;
}
.foot_l{
	float:left;
	width:40%;
	font-size:14px;
	color:#eee;
	line-height:24px;
}
.foot_l dl dt{
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
}
.foot_r{
	float:right;
	width:56%
}
.foot_r ul li{
	float:left;
	width:31%;
	margin:0 1% 15px;
	border-bottom:1px solid #cccccc
}
.foot_r ul li a{
	display:block;
	width:100%;
	font-size:14px;
	color:#eee;
	padding-bottom:10px;
	background:url(../images/arrow1.png) no-repeat right center;
}
.foot_r ul li a:hover{
	color:#fff
}
.foot_b{
	padding-top:50px;
	text-align:center;
	font-size:14px;
	color:#eee;
	line-height:24px;
}
.foot_b a{
	color:#eee
}


/******solve*****/
.banner img{
	display:block;
	width:100%;
	height:auto;
}
/*position*/
.position{
	padding:10px 0;
	box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
	font-size:14px;
	color:#333
}
.position a{
	color:#333
}
.position a:hover{
	color:#C1262D;
}
/*solve*/
.solve{
	padding:60px 0 90px;
}
.title2{
	font-size:24px;
	font-weight:normal;
	color:#333;
}
.solve_main li{
	float:left;
	width:31%;
	margin:30px 1% 0;
	position: relative;
	overflow:hidden;
}
.solve_main li img{
	display:block;
	width:100%;
	height:auto;
}
.so_box{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:100%;
	transition: all 0.6s;
	background:rgba(0,0,0,0.4);
	text-align:center;
	padding-top:30%;
	font-size:20px;
	color:#fff
}
.so_box h3{
	font-weight:normal;
}
.solve_main li:hover .so_box{
	top:0;
}

/*****service*****/
.service{
	padding:60px 0 90px;
}

.ser_t h2{
	margin-bottom:60px;
}
.ser_l{
	float:left;
	width:42%
}
.ser_l img{
	display:block;
	width:100%;
	height:auto;
}
.ser_r{
	float:right;
	width:56%;
	font-size:14px;
	color:#333;
	line-height:30px;
	height:403px;
	overflow-y:auto;
}
.ser_b{
	margin-top:60px;
	background:#f6f6f6;
	padding:60px 0;
	font-size:14px;
	line-height:30px;
	color:#333
}
.ser_b h2{
	margin-bottom:30px;
}
.meterial li{
	padding:15px 0;
	border-bottom:1px dashed #ddd;
	font-size:14px;
}
.meterial li a{
	float:left;
	display:block;
	width:80%;
	font-size:16px;
	color:#333;
	line-height:30px;
}
.meterial li a:hover{
	color:#C1262D;
}
.meterial li span{
	float:right;
	font-size:14px;
	color:#999
}
.ser_b .page ul li a{
	padding:0 10px;
}
.service2{
	margin-top:60px;
	border-top:1px solid #ddd;
	padding-top:60px;
}
.service2 .accordion {
	width: 100%;
	margin: 30px auto 20px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.service2 .accordion .link {
	cursor: pointer;
	display: block;
	padding: 20px 8% 20px 0;
	color: #4d4d4d;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	position: relative;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;	
}

.service2 .accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.service2 .accordion li i.fa-chevron-down {
	right: 0;
	left: auto;
	font-size: 16px
}

.service2 .accordion li.open .link {
	color: #b63b4d
}

.service2 .accordion li.open i {
	color: #b63b4d
}

.service2 .accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.service2 .submenu {
	display: none;
	font-size: 14px;
	padding:20px 3%;
	border-bottom:1px solid #ddd
}

.service2 .submenu li {
	font-size:16px;
	color:#333;
	line-height:30px;
}

.service2 .submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.service2 .submenu a:hover {
	background: #b63b4d;
	color: #fff
}
.service3{
	padding:60px 0;
	text-align:center;
}
.service3 h3{
	font-size:24px;
	color:#333;
	font-weight:normal;
}
.service3 img{
	display:block;
	max-width:100%;
	margin:20px auto 0
}
.service4{
	height:760px;
	background:url(../images/back3.jpg) no-repeat center center;
	padding:60px 0;
	background-size:100% 100%
}
.service4 h3{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	text-align:center;
}
.ser4{
	margin-top:60px;
}
.ser4 h4{
	padding:10px 3%;
	background:#c1262d;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-top:20px;
}
.ser4 ul{
	padding:0 3% 20px;
	background:#fff;
}
.ser4 ul li{
	float:left;
	font-size:14px;
	color:#333;
	width:23%;
	margin:20px 1% 0;
}
/******news*****/
.news{
	padding:60px 0 90px;
}
.news_t{
	text-align:center;
	border-bottom: 1px solid #ddd;
}
.news_t li{
	display:inline-block;
	font-size:16px;
	color:#666;
	margin:0 20px;

}
.news_t li a{	
	color:#333;
	display:block;
	padding-bottom:20px;
}
.news_t .on a{
	border-bottom:2px solid #C1262D;
	color:#C1262D;
	font-weight:bold;
}
.news_t li:hover a{
	border-bottom:2px solid #C1262D;
	color:#C1262D;
	font-weight:bold;
}
.news_main{
	padding-top:30px;
}
.news_main li{
	padding:20px 0;
	border-bottom:1px dashed #ddd
}
.time{
	float:left;
	width:60px;
	text-align:center;
	color:#fff;
	font-size:12px;
	background:#666;
	padding-bottom:3px;
	
}
.time span{
	margin-bottom:3px;
	display:block;
	height:40px;
	background:#333333;
	line-height:40px;
	font-size:24px;
	font-weight:bold;
}
.news_r{
	float:right;
	width:93%;
	font-size:14px;
	color:#999;
	line-height:24px;
}
.news_r h3{
	font-weight:normal;
	color:#333;
	font-size:16px;
	margin-bottom:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_r p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.news_main li:hover .time span{
	background:#C1262D;
}
.news_main li:hover .time {
	background:#C1262D;
}
.news_main li:hover .news_r h3{
	color:#C1262D;
}
/*page*/
.page{
	padding-top:60px;
	text-align:center;
}
.page ul li{
	display: inline-block;
	margin:0 2px;
}
.page ul li a{
	display:block;
	padding:5px 10px;
	border:2px solid #ddd;
	font-size:14px;
	color:#333;
}
.page ul li a:hover{
	color:#fff;
	border:2px solid #C1262D;
	background:#C1262D;
}
.page ul .on a{
	color:#fff;
	border:2px solid #C1262D;
	background:#C1262D;
}
.page a{
	padding:5px 10px;
	border:2px solid #ddd;
	font-size:14px;
	color:#333;
}
.page span{
	padding:5px 10px;
	color:#fff;
	border:2px solid #C1262D;
	background:#C1262D;
}
.page a:hover{
	color:#fff;
	border:2px solid #C1262D;
	background:#C1262D;
}

/*****resource******/
.resource{
	padding:60px 0;
}
.resource h3{
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin-bottom:20px;
}

.resource table{
	background:#fff;
	width:100%
}
.resource table tr td{
	padding:10px 2%;
	border:1px solid #ddd;
	font-size:14px;
	color:#333;
	line-height:24px;
	width:20%
}
.resource table tr:first-child{
	background:#C1262D;
}
.resource table tr:first-child td{
	border:0;
	color:#fff
}
.resource table tr td:last-child{
	text-align:center;
}

.resource table tr td a{
	display:inline-block;
	width:60px;
	height:28px;
	border:1px solid #C1262D;
	font-size:14px;
	text-align:center;
	line-height:30px;
	color:#C1262D;
	border-radius: 5px;
	margin:0 5px;
}
.resource table tr td button{
	display:inline-block;
	width:60px;
	height:30px;
	border:1px solid #C1262D;
	font-size:14px;
	text-align:center;
	line-height:28px;
	color:#fff;
	border-radius: 5px;
	margin:0 5px;
	box-shadow: 0;
	background:#C1262D;
}
.resou1{
	padding:60px 0;
	background:#f7f2f2;
}
.resou1_t{
	font-size:16px;
	color:#333;
	line-height:30px;
}
.resou1_t h2{
	margin-bottom:10px;
}
.resou1_b{
	padding-top:40px;
}
.resou1_b h2{
	margin-bottom:30px;
}

/******about********/
.about1{
	padding:60px 0;
}
.about1_l{
	float:left;
	width:50%;
}
.about1_l img{
	display: block;
	width:100%;
	height:400px;
}
.about1_r{
	float:right;
	width:48%;
	font-size:14px;
	color:#333;
	line-height:24px;
	height:400px;
	overflow-y:auto;
	
}
.about1_r h3{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-bottom:15px;
}
.about2{
	padding:60px 0;
	background:#f6f6f6
}
.about2 .title2{
	margin-bottom:30px;
}
.about2_l{
	float:left;
	font-size:14px;
	color:#333;
	line-height:24px;
	width:48%;
}
.about2_l h3{
	font-size:16px;
	margin-bottom:10px;
}
.about2_r{
	float:right;
	width:48%
}
.about3{
	padding:60px 0;
	background:#f6f6f6;
}
.about3 h3{
	text-align:center;
	font-size:20px;
}
.about3 ul li{
	float:left;
	width:31%;
	margin:40px 1% 0;
	background:#fff;
	padding:15px 3%;
	font-size:14px;
	color:#666;
	line-height:24px;
	transition: all 0.6s;
	height:133px;
}
.about3 ul li h4{
	font-size:16px;
	font-weight:normal;
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.about3 ul li a{
	font-size:14px;
	color:#666;
}
.about3 ul li .about3_des{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.about3 ul li .see{
	margin-top:10px;
	color:#C1262D;
}
.about3 ul li:hover{
	background:#C1262D;
	color:#fff;
	box-shadow: 2px 3px 10px rgba(0,0,0,0.2);
}
.about3 ul li:hover a{
	color:#fff
}
.about3 ul li:hover h4{
	color:#fff
}
.about3 ul li:hover .see{
	color:#fff
}
.about4{
	padding:60px 0;
}
.about4 h3{
	text-align:center;
	font-size:20px;
	color:#333
}
.about4_des{
	font-size:14px;
	color:#333;
	line-height:26px;
	margin-top:40px;
}
.about4_des img{
	display:block;
	max-width: 100% !important;
	margin:15px auto;
	height:auto !important;
}
.about4_des h4{
	font-size:16px;
	color:#c1262d
}

/*****product*****/
.product{
	padding:60px 0;
}
.menu{
	float:left;
	width:20%;
	border:1px solid #ddd
}
.menu h2{
	font-size:20px;
	text-align:center;
	line-height:60px;
	height:60px;
	background:#c1262d;
	color:#fff
}

.menu ul li a{
	display:block;
	width:100%;
	font-size:14px;
	color:#333;
	display: block;
	padding:10px 3%;
	border-top:1px solid #ddd;
	
}

.menu ul li a:hover{
	background:#c1262d;
	color:#fff
}
.menu ul .on a{
	background:#c1262d;
	color:#fff
}
.product_r{
	float:right;
	width:77%;
}
.pro_main li{
	float:left;
	width:29%;
	margin:0 2% 40px;
	font-size:14px;
	border:1px solid #ddd;
	transition: all 0.6s;
	border-radius: 5px;
	overflow:hidden;
}
.pro_img{
	overflow:hidden;
}
.pro_img img{
	display: block;
	width:100%;
	height:auto;
}
.pro_b{
	height:40px;
	line-height:40px;
	padding:0 3%;
	background:#999
}
.pro_b h3{
	font-size:14px;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.pro_main li:hover{
	box-shadow: 2px 3px 10px rgba(0,0,0,0.2);
}
.pro_main li:hover .pro_b{
	background:#c1262d;
}

/*****technology******/
.tech1{
	padding:60px 0;
	background:#f6f6f6;
}

.title3{
	text-align:center;
	font-size:20px;
	padding-bottom:15px;
	background:url(../images/link3.jpg) no-repeat center bottom;
	font-weight:normal;
}

.tech1_main{
	padding-top:30px;
	font-size:14px;
	color:#333;
	line-height:24px;
}
.tech2{
	padding:60px 0;
}
.tech2_main{
	padding-top:30px;
	font-size:14px;
	color:#333;
	line-height:24px;
}

.shi{
	padding:30px 0 0;
}
.shi h3{
	font-size:18px;
	font-weight:normal;
	color:#333
}
.shi h3 span{
	display: inline-block;
	width:30px;
	height:30px;
	border-radius: 50%;
	background:#C1262D;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:18px;
	margin-right:20px;
}
.shi ul li{
	float:left;
	width:48%;
	margin:20px 1% 0;
}
.shi ul li img{
	display:block;
	width:100%;
	height:auto;
}
/*tech3*/
.tech3{
	padding:0 0 60px
}

.tech3_main{
	padding-top:30px;
	font-size:14px;
	color:#333;
	line-height:24px;
}
.tech3_main img{
	display:block;
	max-width: 100%;
	margin-bottom:20px;
}

/******news_details*****/
.news_details{
	font-size:14px;
	color:#333;
	line-height:24px;
	padding:60px 0;
}

.news_details h3{
	text-align:center;
	font-size:18px;
	font-weight:normal;	
}
.news_details .read{
	padding:20px 0;
	font-size:12px;
	text-align:center;
	color:#999;
	border-bottom:1px dashed #ddd;
}
.news_details .read span{
	margin-left:20px;
}
.news_details .read #hits{
	margin-left:0;
}
.de_des{
	padding-top:30px;
}
.de_des img{
	display:block;
	max-width:100%;
	height:auto;
	margin:20px auto;
}

.article{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #ddd;
}
.article li{
	font-size:14px;
	color:#333;
	line-height:30px;
}
.article li a{
	color:#333;
}
.article li a:hover{
	color:#C1262D
}

/*****pro_details********/
.pro_details1{
	padding:60px 0;
}
.pro_de_l{
	float:left;
	width:40%
}
.pro_de_l h3{
	text-align:center;
	font-size:20px;
	font-weight:normal;
	margin-bottom:30px;
}
.pro1 ul li{
	display:none;
	width:230px;
	overflow:hidden;
	border:1px solid #ddd;
	margin:auto;
}
.pro1 ul li img{
	display:block;
	width:100%;
	height:auto;
}
.pro2 ul {
	padding-top:30px;
	text-align:center
}
.pro2 ul li{
	display:inline-block;
	width:80px;
	height:63px;
	height:auto;
	border:1px solid #ddd;
	overflow:hidden;
	margin:0 5px;
}
.pro2 ul li img{
	display:block;
	width:100%;
	height:100%;
}
.pro2 ul li:hover{
	border:1px solid #C1262D;
}
.pro2 ul .on{
	border:1px solid #C1262D;
}
.pro_de_r{
	float:right;
	width:58%;
}
.unload{
	display: block;
	width:110px;
	height:35px;
	background:#C1262D;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:35px;
	border-radius: 5px;
	margin-top:20px;
}
.pro3{
	font-size:14px;
	color:#333;
	line-height:24px;
}
.pro3 .title2{
	margin-bottom:20px;
}
.pro3 img{
	display:block;
	max-width:100%;
	height:auto;
	margin:20px auto;
}
.pro4{
	padding-top:60px;
	font-size:14px;
	color:#333;
	line-height:24px;
}
.pro4 .title2{
	margin-bottom:20px;
}
.pro4 img{
	display:block;
	max-width:100%;
	height:auto;
	margin:20px auto;
}
.explain{
	padding:20px 0 60px;
}
.explain-t{
	background:#eee
}
.explain-t ul li{
	float:left;
	width:160px;
	height:40px;
	font-size:16px;
	color:#333;
	text-align:center;
	line-height:40px;
	cursor: pointer;
}
.explain-t ul .on{
	background:#c1262d;
	color:#fff;
}
.explain-box{
	display: none;
	padding:20px 0;
	font-size:14px;
	line-height:24px;
	color:#333
}
.explain-box img{
	display: block;
	max-width:100%;
	height:auto;
	margin:10px auto;
}

/*****suggest*****/
.suggest{
	padding:60px 0 0;
}
.suggest h3{
	font-size:24px;
	font-weight:normal;
	color:#333;
	margin-bottom:30px;
}
.su_item{
	margin-top:25px
}
.sug_l{
	float:left;
	width:48%;
}
.su_item p{
	float:left;
	font-size:14px;
	color:#333;
	width:58px;
	text-align:right;
	margin-top:5px;
}
.su_item input{
	width:80%;
	height:35px;
	border:1px solid #ddd;
	padding:0 5px;
}
.su_item textarea{
	width:78%;
	height:125px;
	border:1px solid #ddd;
	padding:5px;
	outline:none;
}
.sug_r{
	float:right;
	width:48%;
}
.sug_r img{
	display:block;
	width:100%;
	height:auto;
}

/*****contact****/
.contact1{
	padding:60px 0;
	width:700px;
	margin:auto;
}
.contact1 h3{
	text-align:center;
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin-bottom:30px;
}
.con_item{
	margin-top:15px;
	float:left;
	width:48%;
	margin:25px 1% 0
}
.con_item p{
	float:left;
	width:58px;
	color:#333;
	font-size:14px;
	text-align:right;
	margin-top:5px;
}
.con_item input{
	width:80%;
	height:35px;
	border:1px solid #ddd;
	padding:0 5px;
}
.con_item1{
	margin-top:25px;
}
.con_item1 p{
	float:left;
	width:62px;
	color:#333;
	font-size:14px;
	text-align:right;
	margin-top:5px;
}
.con_item1 textarea{
	width:87%;
	height:135px;
	border:1px solid #ddd;
	padding:5px;
	outline:none;
}
.tijiao{
	display:block;
	width:120px;
	height:35px;
	text-align:center;
	line-height:33px;
	background:#C1262D;
	color:#fff;
	font-size:14px;
	margin:20px auto 0;
	border-radius: 5px;
	border:1px solid #C1262D;
	transition: all 0.6s
}
.tijiao:hover{
	background:none;
	color:#C1262D;
}
.contact2{
	padding-top:40px;
}
.con2_box{
	float:left;
	width:48%;
	margin:0 1%;
	font-size:16px;
	color:#333;
	line-height:30px;
	background:#fff;
	padding:25px 3%;
	height:441px;
}
.con2_box .p1{
	font-size:16px;
	color:#C1262D;
	font-weight:bold;
	margin-bottom:20px;
}
.con2_box .p1 span{
	color:#999;
	font-weight:normal;
	font-size:14px;
}

.con2_box .qi{
	display:inline-block;
	width:40px;
	height:40px;
	border-radius: 50%;
	font-weight:normal;
	background:#4e9712;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-right:10px;
}
.con2_box ul{
	padding:15px 0;
}
.con2_box ul li{
	padding:5px 10px;
}
.con2_box .zhong{
	display:inline-block;
	width:40px;
	height:40px;
	border-radius: 50%;
	font-weight:normal;
	background:#C1262D;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-right:10px;
}


/******ex_add1****/
.ex_add1{
	padding:60px 0;
	background:#f1f1f1;
}
.ex_add1 ul li{
	float:left;
	width:23%;
	margin:60px 1% 0;
	text-align:center;
	font-size:16px;
}
.ex_add1 ul li h3{
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
	color:#333
}
.ex_add1 ul li i{
	font-size:50px;
	color:#333;
	transition: all 0.6s
}
.ex_add1 ul li:hover h3{
	color:#c1262d;
}
.ex_add1 ul li:hover i{
	color:#c1262d;
	font-size:60px;
}

/*****tse****/
.tse{
	padding:60px 0
}
.tse h3{
	text-align:center;
	font-size:24px;
	color:#c1262d;
}
.tes_des{
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#333;
	padding:30px 0 0;
}

/*****ex_add2****/
.ex_add2{
	padding:60px 0;
}
.ex_add2_pic{
	padding-top:60px;
	width:90%;
	margin:auto;
	text-align:center;
	font-size:16px;
	color:#333
}
.ex_add2_pic img{
	display:block;
	width:80%;
	margin:0 auto 20px;
}

.ex_add2_main .slick-prev{
	width:23px;
	height:36px;
	background:url(../images/left.png) no-repeat center;
}

.ex_add2_main .slick-next{
	width:23px;
	height:36px;
	background:url(../images/right.png) no-repeat center;
}

/******res_details*****/
.resou2{
	padding:60px 0;
	font-size:16px;
	line-height:30px;
}
.resou2 h3{
	font-size:24px;
	color:#C1262D;
	font-weight:normal;
	margin-bottom:30px;
}
.resou2 span{
	color:#C1262D;
	font-weight:bold;
}












@media screen and (max-width:1200px){
	body{
		padding-top:50px;
	}
	.w{
		width:100%
	}
	.header{
		display:none;
	}
	.header1{
		display:block;
	}
	.part1{
		padding:40px 5%
	}
	.part2{
		padding:30px 5%;
		height:auto;
		background-size:100% 100%
	}
	
	.part3{
		padding:30px 5%
	}
	.part3_l{
		float:none;
		width:100%;
		height:auto;
		padding:30px 3%
	}
	.part3_l .img2{
		display:none;
	}
	.part3_r{
		float:none;
		width:100%;
		height:auto;
	}
	.part3_r video{
		height:auto;
	}
	.part4{
		padding:30px 5%
	}
	.part4_l{
		display:none;
	}
	.part4_c{
		width:48%
	}
	.part4_r{
		width:48%
	}
	.part5{
		padding:30px 5%
	}
	.part5_t img{
		max-width:60%
	}
	.part6{
		padding:0 3% 30px;
	}
	.solve{
		padding:30px 5% 50px;
	}
	.position{
		padding:10px 5%
	}
	.service{
		padding:30px 0;
	}
	.ser_t{
		padding:0 5%;
	}
	.ser_t h2{
		margin-bottom:30px;
	}
	.ser_b{
		margin-top:30px;
		padding:30px 5%;
	}
	.ser_b h2{
		margin-bottom:20px;
	}
	.news{
		padding:30px 5%
	}
	.news_r{
		width:90%
	}
	.page{
		padding-top:30px;
	}
	.resource{
		padding:30px 0;
	}
	.resource h2{
		padding:0 5%
	}
	.about1{
		padding:30px 5%;
	}
	.about1_l{
		float:none;
		width:100%
	}
	.about1_l img{
		height:auto !important;
	}
	.about1_r{
		float:none;
		width:100%;
		padding-top:20px;
		height:auto;
	}
	.about2{
		padding:30px 5%
	}
	.about3{
		padding:30px 5%
	}
	.product{
		padding:30px 5%
	}
	.menu{
		display:none;
	}
	.product_r{
		float:none;
		width:100%;
	}
	.tech1{
		padding:30px 5%;
	}
	.tech2{
		padding:30px 5%
	}
	.tech3{
		padding:0 5% 30px
	}
	.news_details{
		padding:30px 5%
	}
	.pro_de_b{
		padding:30px 5%;
	}
	.pro4{
		padding-top:30px;
	}
	.pro_details1{
		padding:30px 5%;
	}
	.pro_de_l{
		float:none;
		width:100%
	}
	.pro_de_r{
		float:none;
		width:100%;
		padding-top:20px;
	}
	.explain{
		padding:0 5% 30px
	}
	.about4{
		padding:30px 5%;
	}
	.suggest{
		padding:30px 5% 0;
	}
	.su_item input{
		width:75%
	}
	.su_item textarea{
		width:72%
	}
	.ex_add1{
		padding:30px 5%
	}
	.ex_add1 ul li{
		margin:30px 1% 0
	}
	.service2{
		padding:30px 5% 0;
		margin-top:30px;
	}
	.resource{
		padding:30px 5%;
	}
	.resou1{
		padding:30px 5%;
	}
	.resou1_b h2{
		margin-bottom:10px;
	}
	.resou1_b{
		padding-top:20px;
	}
	.tse{
		padding:30px 5%
	}
	.ex_add2{
		padding:30px 5%;
	}
	.service3{
		padding:30px 5%;
	}
	.service4{
		padding:30px 5% 60px;
		height:auto;
		background-size:auto 100%
	}
	.resou2{
		padding:30px 5%
	}
	
}

@media screen and (max-width:1100px){
	.pro_list ul li{
		width:50%;
		border-bottom:1px solid #ddd;
		padding:20px 5%;
		height:auto;
		text-align:left;
	}
	.pro_list ul li img{
		float:left;
		width:60px;
		height:60px;
		margin:0 auto 0;
	}
	.pro_list ul li p{
		float:left;
		margin-left:3%;
		margin-top:20px;
	}
	.pro_list ul li:hover{
		padding-top:20px;
	}
	.con2_box{
		height:auto;
		width:100%;
		margin:15px auto 0;
	}
	.res{
		overflow-x: auto;
	}
	.resource table{
		width:1200px;
	}
}
@media screen and (max-width:900px){
	.ser4 ul li{
		width:31%
	}
}
	
@media screen and (max-width:768px){
	.part1_main{
		padding-top:20px;
	}
	.part1_main ul li{
		width:48%;
		margin:20px 1% 0;
	}
	.part2_main .part2_box{
		float:none;
		width:100%;
		
		height:auto;
		
	}
	.part2_main span{
		float:none;
		width:100%;
		height:auto;
		margin:30px 0;
		line-height:24px;
		font-size:60px;
	}
	
	.part3_l{
		float:none;
		width:100%;
		padding:30px 5%;
		height:auto;
	}
	.part3_l .img2{
		display:none;
	}
	.part3_r{
		float:none;
		width:100%
	}
	.part3_r img{
		height:auto;		
	}
	.part3_l h3{
		font-size:24px;
	}
	.part4_c{
		float:none;
		width:100%
	}
	.part4_r{
		float:none;
		width:100%;
		margin-top:30px;
	}
	.part5 ul li{
		float:none;
		width:100%;
		margin:20px 0 0;
	}
	.part5_t {
		margin-bottom:20px;
	}
	.part5_t img{
		width:80px;
		height:80px;
	}
	.solve_main li{
		width:48%;
		margin:20px 1% 0;
		
	}
	.title2{
		font-size:20px;
	}
	.so_box{
		top:0;
		padding-top:25%;
		font-size:16px;
	}
	
	.ser_l{
		float:none;
		width:100%
	}
	.ser_r{
		float:none;
		width:100%;
		height:auto;
	}
	.news_r{
		width:85%
	}
	.about2_l{
		float:none;
		width:100%;
		padding-top:0;
	}
	.about2_r{
		float:none;
		width:100%;
		padding-top:20px;
	}
	.about3 ul li{
		width:48%;
		margin:30px 1% 0;
	}
	.sug_l{
		float:none;
		width:100%
	}
	.sug_r{
		display:none;
	}
	.contact1{
		width:100%;
		padding:30px 5%
	}
	.con_item{
		float:none;
		width:100%;
		margin:20px 0 0;
	}
	.con_item input{
		width:77%
	}
	.con_item1 p{
		width:58px;
	}
	.con_item1 textarea{
		width:73%
	}
	.pro_list .slick-prev{
		display:none !important;
	}
	.pro_list .slick-next{
		display:none !important;
	}
	.service2 .accordion{
		margin:0;
	}
	.service2 .accordion .link{
		padding:10px 10% 10px 0;
	}
	.service2 .accordion li i{
		top:9px;
	}
}
@media screen and (max-width:480px){
	.pro_list ul li{
		padding:10px 5%;
	}
	.pro_list ul li img{
		width:40px;
		height:40px;
	}
	.pro_list ul li p{
		width:65%;
		margin-top:0;
	}
	.title{
		font-size:18px;
	}
	.title span{
		font-size:14px;
	}
	.part1_main ul li{
		width:100%
	}
	.part2_main .hd ul li{
		font-size:12px;
		padding:3px 5px;
		margin:10px 5px 0;
	}
	.part2_main{
		padding-top:20px;
	}
	.part2_main .bd{
		padding-top:20px;
		
	}
	.part6 ul li{
		width:47%;
		margin:0 1%
	}
	.part6 ul li img{
		width:100%
	}
	.foot_l{
		float:none;
		width:100%;
	}
	.foot_r{
		float:none;
		width:100%;
		margin-top:20px;
	}
	.foot_b{
		padding-top:20px;
	}
	.news_r{
		width:75%
	}
	.news_main{
		padding-top:0;
	}
	.pro_main li{
		width:46%;
		margin:0 2% 20px
	}
	
	.about3 ul li{
		width:100%;
		margin:15px 0 0;
		height:auto;
	}
	.meterial li a{
		width:72%
	}
	.about2 .title2{
		margin-bottom:10px;
	}
	.about4_des{
		margin-top:20px;
	}
	.ex_add1 ul li{
		width:48%
	}
	.service2 .accordion .link{
		font-size:16px;
		line-height:30px;
	}
	.ex_add2_main .slick-prev{
		display: none !important;
	}
	
	.ex_add2_main .slick-next{
		display: none !important;
	}
	.ex_add2_pic{
		padding-top:30px;
	}
	.ser4{
		margin-top:20px;
	}
	.ser4 ul li{
		width:100%;
		margin:10px 0 0;
	}
	.resou2 h3{
		margin-bottom:10px;
	}
	.explain-t ul li{
		width:50%
	}
}

@media screen and (max-width:320px){
	.pro_list ul li{
		height:78px
	}
	
}
.lj{display:none}


.product_r .pro_img{ width: 267px; height: 204px}